home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2 Examples.sit
/
Raven 1.2 Examples
/
Quill
/
Source
/
ResourcePicker.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-20
|
755b
|
28 lines
/*
* File: ResourcePicker.h
* Function: A dialog that lets the user pick which resource type he wants to create.
* Written by: Jesse Jones
*
* Copyright ゥ 1996 Jesse Jones.
* For conditions of distribution and use, see copyright notice in ZTypes.h
*
* Change History (most recent first):
*
* <-> 1/20/96 JDJ Created
*/
#pragma once
//-----------------------------------
// Forward References
//
class CResourceSubNode;
class CResourceTable;
// ===================================================================================
// Global Functions
// ===================================================================================
CResourceSubNode* PickResource(CResourceTable* table);
// Returns nil if the user canceled.